home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / vbdatabs / grocery.ini < prev    next >
Text File  |  1999-03-17  |  4KB  |  97 lines

  1. #######################
  2. #### Start of File ####                                         
  3. #######################
  4. # ---------------------------------------------------------------
  5. # User configuration file
  6. # ---------------------------------------------------------------
  7. # Set the path to this file in the environment or leave this file
  8. # in the program's working directory.
  9.  
  10. # ===============================================================
  11. # Sales tax used to calculate grand totals. Adjust this value for
  12. # the current sales tax represented by percent, example: 6.8
  13. # ===============================================================
  14. SalesTax=6
  15. # ===============================================================
  16.  
  17. # ===============================================================
  18. # Database file to open when application starts 
  19. # ===============================================================
  20. # Do not use any file extensions when creating or opening file.
  21. # Both data and index will share the same name with different
  22. # file extensions. The data file will have a .pod extension and 
  23. # the index file will have a .btx extension.
  24. # ===============================================================
  25. # Database file to open when application starts
  26. DBFileName=..\db_files\grocery
  27. # ===============================================================
  28.  
  29. # ===============================================================
  30. # Enable/Disable Admin user privileges 
  31. # ===============================================================
  32. # Valid entries are FALSE the disable or TRUE to enable. If 
  33. # enabled the user will be allowed to add, change, or delete 
  34. # entries. Will default to FALSE if no valid entry is found.
  35. # ===============================================================
  36. AdminUser=TRUE
  37. # ===============================================================
  38.  
  39. # ===============================================================
  40. # Set the path to a welcome message
  41. # ===============================================================
  42. WelcomeMessageFile=welcome.txt
  43. # ===============================================================
  44.  
  45. # PostScript Setup
  46. # ===============================================================
  47. # Name of the document header
  48. psDocumentName=Grocery List
  49.  
  50. # Maximum string length for each cell 
  51. CellLength=19
  52.  
  53. # Font size for the item bar and the cells
  54. FontSize=7
  55.  
  56. # Page orientation: LANDSCAPE or PORTRAIT
  57. Orientation=PORTRAIT
  58.  
  59. # Paper size: LETTER, LEGAL, TABLOID, A3, or A4  
  60. PaperSize=LETTER
  61.  
  62. # Font types: COURIER, COURIER_BOLD, COURIER_OBLIQUE, or COURIER_BOLD_OBLIQUE 
  63. ItemBarFont=COURIER_BOLD_OBLIQUE
  64. CellFont=COURIER
  65. # ===============================================================
  66.  
  67. # Default values for wxWindows MSW style printing
  68. # ===============================================================
  69. # Name of the document header
  70. mswpDocumentName=Grocery List
  71.  
  72. # Maximum lines per page (Assuming landscape on 8.5" x 11" paper)
  73. mswpLinesPerPage=44
  74.  
  75. # Maximum string length for each cell containing the object's data
  76. mswpCellLength=21
  77.  
  78. # Font size for the item bar and the cells
  79. mswpFontSize=9
  80.  
  81. # Left margin in logical units (Approximately 20 per inch)
  82. mswpLeftMargin=15
  83.  
  84. # Page orientation: LANDSCAPE or PORTRAIT
  85. mswpOrientation=PORTRAIT
  86.  
  87. # Font family type for item bar and object data. Valid entries are:
  88. # SWISS, ROMAN, DECORATIVE, MODERN, SCRIPT, SYSTEM 
  89. mswpFont=SWISS
  90. # ===============================================================
  91.  
  92. # ---------------------------------------------------------------
  93. #####################
  94. #### End of File ####
  95. #####################
  96.  
  97.